Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 22, 2025

Modifies the iOS testbed project to add a test plan. This simplifies the iOS
test runner, as we can now use the built-in log streaming to see test results.
It also allows for some other affordances, like providing a default LLDB config,
and using a standardized mechanism for specifying test arguments.
(cherry picked from commit 2ba2287)

Co-authored-by: Russell Keith-Magee russell@keith-magee.com


📚 Documentation preview 📚: https://cpython-previews--138038.org.readthedocs.build/

…ect (pythonGH-138018)

Modifies the iOS testbed project to add a test plan. This simplifies the iOS
test runner, as we can now use the built-in log streaming to see test results.
It also allows for some other affordances, like providing a default LLDB config,
and using a standardized mechanism for specifying test arguments.
(cherry picked from commit 2ba2287)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
@freakboy3742
Copy link
Contributor

!buildbot iOS

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 6264320 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F138038%2Fmerge

The command will test the builders whose names match following regular expression: iOS

The builders matched are:

  • iOS ARM64 Simulator PR

@freakboy3742
Copy link
Contributor

@hugovk Assigning to you for consideration for inclusion in the next 3.14 RC.

This set of changes is required because the 20250811 changes to the macos-15 image for GitHub Actions has proven to be incompatible with the CPython iOS testbed. cibuildwheel uses this testbed to run package tests; at present, it isn't possible to run test iOS wheels on the macos-15 image.

@freakboy3742
Copy link
Contributor

I've verified that this testbed works on GitHub Actions. The image still has some problems related to inconsistent startup times of the simulator, but the problems related to the Xcode project (i.e., the things under our control) appear to be resolved.

@hugovk hugovk merged commit 9fa74c5 into python:3.14 Aug 25, 2025
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants